home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / rukc1g.zip / !HISTORY < prev    next >
Text File  |  1994-07-14  |  4KB  |  109 lines

  1. RUCKUS NEWS:
  2. ────────────────────────────────────────────────────────────────────────────
  3. Any updated registered PRO version is available to registered users in the
  4. RUCKUS conference download area as QRUCKUS.ZIP or CRUCKUS.ZIP.
  5.  
  6. ------------
  7. 01-09-13-Jul-94-chh
  8. RUKC1E/F/G.ZIP
  9. 1. Borland patch fix for > 64K in conventional memory.
  10.  
  11. -------------
  12. 14-Mar-94-chh
  13. Ruckus 2 Now Available at MIDI Beta Level.
  14. 1. Beta releases of Ruckus-MIDI 2.0 available for download from the
  15.    Ruckus conference beta area.  Beta area access requires completing
  16.    conference S)cript Questionnaire.
  17.  
  18. ------------
  19. 27-Feb-94-chh
  20. RUKC1D.ZIP
  21. 1. Released the 1.0d shareware version for DOS C/C++ compilers. Library code
  22.    as the 18-Oct-93 registered release but includes minor changes to the source
  23.    examples and already-patched Borland-specific LIBs. Credit cards accepted.
  24.  
  25. (30-Apr-94 BASIC)
  26. RUKQ1D.ZIP
  27. 2.  As #1 but for QB45, BASIC7, VB/DOS compilers.
  28.  
  29. ------------
  30. 18-Oct-93-dh
  31. RUCKUS.ZIP & RUCKUS_C.ZIP
  32. 1. Fixed RUCKDAC.LIB file store when using WAV format (was using "DATA"
  33.    instead of "data"). Available in the developer's conference download area.
  34.  
  35. 2. Updated MODAC (v1.931018) to reflect this fix. Filename MODAC110.ZIP.
  36.    Available in Main Board file area #3 and also included in shareware
  37.    versions of RUKQ10.ZIP & RUKC1D.ZIP.
  38.  
  39. -------------
  40. 06-Oct-93-chh
  41. RDACPB3.ZIP
  42. 1. Ruckus-DAC for PowerBASIC 3.0/BETA!
  43.    Available in the developer's conference download area.
  44.  
  45. -------------
  46. 06-May-93-chh
  47. MODAC1.EXE v1.930506
  48. 1. Fixed 13-Apr-93 MODAC1.EXE 8+ drives bug.
  49. 2. Updated RUKQ10.ZIP, RUKC10.ZIP, and MODAC1.ZIP files with new MODAC1.EXE.
  50.  
  51. -------------
  52. 13-Apr-93-chh
  53. MODAC1.EXE v1.930312
  54. 1. Bug in the MODAC.EXE file manager if more than 7 drives present (H:, etc.).
  55.    Has nothing to do with RUCKDAC.LIB or RUCKMIDI.LIB. Severity increases as
  56.    number of drives above 7 increases. If you have more than 7 drives it's not
  57.    recommended that you use this version. A fix is upcoming.
  58.  
  59. ----------------
  60. 12-Mar-93-rd/chh
  61. RUCKDAC.LIB
  62. 1. SysInfoDac reporting AdLib device as always present. Fixed.
  63.    (Shareware user work-around is to double-check by doing InitDac of AdLib.)
  64. 2. If SBPro then FM mixer volume set to maximum during SysInfoDac for
  65.    better results when testing AdLib digital playback.
  66. 3. Other miscellaneous AdLib digital enhancements.
  67.  
  68. ------------
  69. 6-Mar-93-chh
  70. RUKC10.ZIP
  71. -- C version ready. LIBs updated since 2-Mar-93 but changes made have no
  72.    impact with BASIC use.
  73. 1. struct ModData in RUCKDAC.H should be named ModDataArea for consistency.
  74. 2. Mod structure in RUCKDAC.H should have line# 242 removed
  75.  
  76.    struct ModData {                 <= NAME THIS ModDataArea
  77.      void __near *chInfoPtr;/* -2   <= REMOVE THIS LINE (line# 242)
  78.      unsigned Type;         /*  this should be the first member of ModData
  79.           :
  80.  
  81.    The structure should look like:
  82.  
  83.    struct ModDataArea {
  84.      unsigned Type;
  85.           :
  86.  
  87. ------------
  88. 2-Mar-93-chh
  89. RUCKDAC.LIB
  90. 1. RecordLen in Ruckus data area was not being updated after a record. Fixed.
  91. 2. X02*.BAS line 99 (V = &HF0F) was fixed to read SPP.VolVoc = &HF0F.
  92. 3. X02*.BAS line 126 states SliceAdj set using SetIntRateMod. Incorrect.
  93.    SliceAdj is set using SetFastMod.
  94. 4. RUCKDAC.BI? and RUCKMIDI.BI? replaced with non-beta versions.
  95.  
  96. -------------
  97. 15-Feb-93-chh
  98. RUKQ10.ZIP
  99. BASIC version ready.
  100.  
  101. -------------
  102. Miscellaneous.
  103.  
  104. Modac expects LPT-DAC and DSS to be at LPT1. Ruckus itself is configurable
  105. to any LPT port.
  106.  
  107. Bus mouse may be turned off by autodetect routine. If so, either avoid
  108. calling SysInfoDac, or reset the mouse (INT33/0) after calling SysInfoDac.
  109.